@charset "UTF-8";

/* ====================================
ブラウザのデフォルトのスタイルをリセット
==================================== */

/*構造要素とブロックレベル要素*/
html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
address,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

/*文字の自動調整の無効化*/
body {
  -webkit-text-size-adjust: 100%;
}

/*HTML5の新要素をブロックレベルへ*/
section,
nav,
article,
aside,
hgroup,
header,
footer,
figure,
figcaption,
summary {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

/*テーブルセルのボーダーの設定*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

/*画像のリンクボーダーを非表示に*/
img {
  border: 0;
}

/*リストスタイルの無効化*/
ul,
ol {
  list-style: none;
}

/*画像とフォームパーツの上下位置をテキストの真ん中に*/
img,
input,
select,
textarea {
  vertical-align: middle;
}

/* ====================================
▼共通プロパティ▼
==================================== */

#reijo {
  color: #222;
  margin: 0 auto;
  max-width: 770px;
  width: 100%;
  height: auto;
  text-align: center;
}

#reijo img {
  width: 100%;
  height: auto;
}

#reijo ul li {
  list-style: none;
}

/*文字サイズ*/
#reijo .fsz48 {
  font-size: 3rem;
}

#reijo .fsz40 {
  font-size: 2.5rem;
}

#reijo .fsz39 {
  font-size: 2.4375rem;
}

#reijo .fsz38 {
  font-size: 2.375rem;
}

#reijo .fsz36 {
  font-size: 2.25rem;
}

#reijo .fsz32 {
  font-size: 2rem;
}

#reijo .fsz24 {
  font-size: 1.5rem;
}

#reijo .fsz20 {
  font-size: 1.25rem;
}

#reijo .fsz18 {
  font-size: 1.125rem;
}

#reijo .fsz16 {
  font-size: 1rem;
}

#reijo .fsz15 {
  font-size: 0.937rem;
}

#reijo .fsz14 {
  font-size: 0.875rem;
}

#reijo .fsz12 {
  font-size: 0.75rem;
}

#reijo .fsz10 {
  font-size: 0.625rem;
}

#reijo .fsz8 {
  font-size: 0.5rem;
}

/*文字色*/
#reijo .fc-navy {
  color: #060047 !important;
}

#reijo .fc-blue {
  color: #010D80 !important;
}

#reijo .fc-white {
  color: #fff !important;
}

#reijo .fc-pink {
  color: #f20086 !important;
}

#reijo .fc-lpink {
  color: #ffc6d4 !important;
}

/*文字太く*/
#reijo .fbold {
  font-weight: bold;
}

/*margin設定*/
.mr16 {
  margin-right: 16px;
}

.mt8 {
  margin-top: 8px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt16 {
  margin-top: 16px !important;
}

.mt24 {
  margin-top: 24px !important;
}

.mt32 {
  margin-top: 32px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt48 {
  margin-top: 48px !important;
}

.mt56 {
  margin-top: 56px !important;
}

.mt64 {
  margin-top: 64px !important;
}

.mt72 {
  margin-top: 72px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb8 {
  margin-bottom: 8px !important;
}

.mb16 {
  margin-bottom: 16px !important;
}

.mb24 {
  margin-bottom: 24px !important;
}

.mb32 {
  margin-bottom: 32px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb48 {
  margin-bottom: 48px !important;
}

.mb56 {
  margin-bottom: 56px !important;
}

.mb64 {
  margin-bottom: 64px !important;
}

.mb72 {
  margin-bottom: 72px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mlr5 {
  margin: 0 5px !important;
}

.mlr8 {
  margin: 8px !important;
}

.mlr16 {
  margin: 16px !important;
}

.mlr24 {
  margin: 24px !important;
}

.mlr32 {
  margin: 32px !important;
}

.mlr40 {
  margin: 40px !important;
}

.mlr48 {
  margin: 48px !important;
}

.mlr56 {
  margin: 56px !important;
}

.mlr64 {
  margin: 64px !important;
}

.mlr72 {
  margin: 72px !important;
}

.mlr80 {
  margin: 80px !important;
}

/*padding設定*/
.pt8 {
  padding-top: 8px !important;
}

.pt16 {
  padding-top: 16px !important;
}

.pt24 {
  padding-top: 24px !important;
}

.pt32 {
  padding-top: 32px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb10 {
  padding-bottom: 10px !important
}

.pb20 {
  padding-bottom: 20px !important
}

.pb30 {
  padding-bottom: 30px !important
}

.pb8 {
  padding-bottom: 8px !important;
}

.pb16 {
  padding-bottom: 16px !important;
}

.pb24 {
  padding-bottom: 24px !important;
}

.pb32 {
  padding-bottom: 32px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

/* ====================================
▼作品紹介部分設定▼
==================================== */

.wrapper {
  padding: 24px 0 0;
}

.wrapper-jaket {
  padding: 0 32px;
}

.wrapper-rj {
  width: 670px;
  margin: 30px auto;
}

.jaket>p {
  line-height: 1.5;
  height: 36px;
  margin: 8px 0;
}

/* flexbox */
.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.item-info {
  display: flex;
  flex-flow: column;
  margin-left: 24px;
  margin-top: 32px;
}

.ap-flex {
  display: flex;
  justify-content: left;
}

.jaket-ap-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.jaket-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.jaket {
  width: 30%;
  margin: 0 8px 24px;
}

.jaket a {
  text-decoration: none;
}

.jaket_2 {
  width: 23%;
}

/*grid*/
.ct-grid {
  width: 480px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  text-align: justify;
}

/*サムネイル設定＆影*/
.thum-shadow {
  filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.9));
  width: 100%;
  margin: 0 auto;
}

.thum-shadow_2 {
  filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.9));
  width: 80%;
  margin: 0 auto;
}

/*アピール訴求ボタン*/
.mryoum,
.nbkm,
.kngnm,
.tmsi {
  padding: 7px;
  background-color: #fff;
  font-weight: bold;
  line-height: 1;
  display: none;
}

.mryoum_2,
.nbkm_2,
.kngnm_2,
.tmsi_2 {
  padding: 3px;
  margin-top: 8px;
  display: none;
}

.mryoum {
  border: #F44336 solid 2px;
  color: #F44336 !important;
  margin-right: 12px;
}

.nbkm {
  border: #2E7D32 solid 2px;
  color: #2E7D32 !important;
  margin-right: 12px;
}

.tmsi {
  border: #fe9e30 solid 2px;
  color: #fe9e30 !important;
  margin-right: 12px;
}

.kngnm {
  border: #304FFE solid 2px;
  color: #304FFE !important;
}

/*アピール訴求ボタン_2列*/
.mryoum_column2 {
  background-color: #fff;
  font-weight: bold;
  border: #F44336 solid 3px;
  color: #F44336 !important;
  padding: 4px 2px;
  margin-right: 2px;
}

.nbkm_column2 {
  background-color: #fff;
  font-weight: bold;
  border: #2E7D32 solid 3px;
  color: #2E7D32 !important;
  padding: 4px 2px;
  margin-right: 2px;
}

.tmsi_column2 {
  background-color: #fff;
  font-weight: bold;
  border: #fe9e30 solid 3px;
  color: #fe9e30 !important;
  padding: 4px 2px;
  margin-right: 2px;
}

.kngnm_column2 {
  background-color: #fff;
  font-weight: bold;
  border: #304FFE solid 3px;
  color: #304FFE !important;
  padding: 4px 2px;
  margin-right: 0;
  margin-top: 8px;
}

/*無料立ち読み・くわしくみるボタン*/
.btn01,
.btn02 {
  border: 0;
  border-radius: 20px;
  box-sizing: border-box;
  color: #fff;
  font-weight: bold;
  line-height: 20px;
  padding: .5rem 1rem;
  text-align: center;
  filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.9));
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  display: block;
  width: 80%;
  margin: 12px auto 24px;
  text-decoration: none;
}

.btn02 {
  background-color: #7f98ff;
  border: #7f98ff solid 4px;
}

.btn01 {
  background-color: #f20086;
  border: #f20086 solid 4px;
}

.btn02:hover {
  background-color: #FCF5E7;
  color: #7f98ff;
  border: #7f98ff solid 4px;
}

.btn01:hover {
  background-color: #FCF5E7;
  color: #f20086;
  border: #f20086 solid 4px;
}

.btn01_big,
.btn02_big {
  width: 40%;
  display: inline-block;
  margin: 24px 8px;
  border-radius: 36px;
  line-height: 36px;
}

.btn01_big:hover {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* ====================================
▼悪役令嬢特集▼
==================================== */
/* ====================================
▼キャンペーン期間▼
==================================== */

/*キャン期間*/
.kikan {
  padding: 8px;
  color: #fff;
  background-color: #171717;
}

/* ====================================
▼はじめにエリア▼
==================================== */

.hajimeni {
  padding: 36px 0 24px;
  background-color: #ff62a5;
}

/*ななめの水玉*/
.bg_skew_dot {
  background-color: #ff62a5;
  background-image:
    radial-gradient(#d15087 20%, transparent 20%),
    radial-gradient(#d15087 20%, transparent 20%);
  background-size: 30px 30px;
  background-position: 0 0, 15px 15px;
}

/*導入*/
.dounyu {
  width: 600px;
  margin: 0 auto;
}

/*導入_タイトル画像*/
.dounyu img {
  filter: drop-shadow(0 3px 3px rgba(0, 0, 0, .5));
}

/*導入_テキスト部分*/
.dounyu_text {
  width: 440px;
  margin: -90px auto 0;
  padding: 24px 0;
  line-height: 2;
  background-color: #fff0d3;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .3);
}

/* ====================================
▼大ファンちゃんエリア設定▼
==================================== */

/*大ファン1*/
.daifan_1 {
  width: 80%;
  margin: 16px auto 16px;
  display: flex;
  align-items: center;
}

.fan_img {
  width: 160px;
  margin-left: 20px;
}

/*ふきだし*/
.balloon {
  flex: 1;
  text-align: center;
  margin-left: 36px;
  position: relative;
  background-color: #ffc6d4;
  padding: 16px;
  color: #222;
  line-height: 1.8;
  border-radius: 8px;
}

/*ふきだし_三角*/
.balloon::before {
  content: "";
  position: absolute;
  border: 12px solid transparent;
  border-left: 12px solid #ffc6d4;
  top: 30%;
  left: 100%;
}

/*大ファン2*/
.fan_img2 {
  margin-right: 20px;
}

/*大ファン2_ふきだし*/
.balloon2 {
  flex: 1;
  text-align: center;
  margin-right: 36px;
  position: relative;
  background-color: #ffc6d4;
  padding: 16px;
  color: #222;
  line-height: 1.8;
  border-radius: 8px;
}

/*大ファン2_ふきだし_三角*/
.balloon2::before {
  content: "";
  position: absolute;
  border: 12px solid transparent;
  border-right: 12px solid #ffc6d4;
  top: 30%;
  right: 100%;
}

/* ====================================
▼作品紹介枠_大▼
==================================== */

.big_waku {
  width: 80%;
  margin: 0 auto;
  background-color: #50042f;
  border: solid 4px #ff008f;
}

/*作品区切り水平線*/
.cp_hr06 {
  position: relative;
  margin: 24px 0;
  height: 6px;
  border-width: 0;
  background-image: -webkit-linear-gradient(left,
      transparent 0%, #f20086 50%, transparent 100%);
  background-image: linear-gradient(90deg,
      transparent 0%, #f20086 50%, transparent 100%);
}

/* ====================================
▼小見出し_大▼
==================================== */

/*小見出し*/
.komidasi_1 {
  background-color: #fff;
  color: #f20086;
  margin: 24px 0 42px;
  padding: 16px 0px;
  position: relative;
  border: 4px solid #f20086;
}

.komidasi_1:before {
  border-bottom: 24px solid transparent;
  border-left: 24px solid #f20086;
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
}

.komidasi_1:after {
  border-left: 24px solid transparent;
  border-bottom: 24px solid #f20086;
  content: '';
  display: block;
  position: absolute;
  bottom: 0px;
  right: 0px;
}

/* ====================================
▼吹き出し_小▼
==================================== */

/*吹き出し_小
.balloon_2 {
  position: relative;
  display: block;
  padding: 8px 4px 16px;
  margin: 0 auto 24px;
  color: #060047;
  background: #fff;
  filter: drop-shadow(0 2px 2px rgba(110, 110, 110, 0.5));
}

.balloon_2:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top: 8px solid #fff;
}

.balloon_2 p {
  line-height: 2;
  border-bottom: solid 2px #B3E5FC;
  width: 100%;
  text-align: center;
}

#section_2 .balloon_2 p {
  border-bottom: solid 2px #E1BEE7;
}

#section_3 .balloon_2 p {
  border-bottom: solid 2px #F8BBD0;
}

#section_4 .balloon_2 p {
  border-bottom: solid 2px #C8E6C9;
}
*/

/* ====================================
▼吹き出し_リボン▼
==================================== */

/*.balloon_3 {
  position: relative;
  background-color: #fceccc;
  color: #222;
  font-weight: bold;
  padding: 15px;
  margin: 0 auto 24px;
}

.balloon_3::before,
.balloon_3::after {
  border: none;
  border-bottom: solid 15px transparent;
  content: '';
  position: absolute;
  top: 100%;
}

.balloon_3::before {
  border-right: solid 15px #b5a27b;
  left: 0;
}

.balloon_3::after {
  border-left: solid 15px #b5a27b;
  right: 0;
}
*/

/* ====================================
▼コマ画像▼
==================================== */

#reijo .koma img {
  width: 84%;
  margin: 8px 0 0;
  filter: drop-shadow(0 8px 8px rgba(0, 0, 0, .9));
}

/* ====================================
▼クール・ピュア・キュートエリア共通▼
==================================== */

/*水平線*/
.hr1 {
  padding: 8px 0 0;
}

.hr1_line {
  margin: 0;
  border-width: 5px 0 0 0;
  border-style: solid;
  border-color: #ff9fb6;
}

.hr2 {
  padding: 8px 0 0;
}

.hr2_line {
  margin: 0;
  border-width: 3px 0 0 0;
  border-style: solid;
  border-color: #ff9fb6;
}

/*水平線背景黒*/
.hr3 {
  padding: 8px 0 0;
  background-color: #101010;
}

.hr3_line {
  margin: 0;
  border-width: 5px 0 0 0;
  border-style: solid;
  border-color: #ff9fb6;
}

.hr4 {
  padding: 8px 0 0;
  background-color: #101010;
}

.hr4_line {
  margin: 0;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #101010;
}

/*クール・ピュア・キュートエリアタイトル*/
.h2_titile {
  margin: 24px 0 0;
}

.h2_titile_text {
  line-height: 1.8;
  padding-bottom: 4px;
}

.bara_icon {
  text-align: center;
}

/*薔薇アイコン*/
.bara_icon::before {
  vertical-align: middle;
  content: '';
  display: inline-block;
  width: 76px;
  /*画像の幅*/
  height: 76px;
  /*画像の高さ*/
	background-image: url(/sol/pcc/N/special/231105_akuyakureijosuki/images/bara.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 8px;
}

.bara_icon::after {
  vertical-align: middle;
  content: '';
  display: inline-block;
  width: 76px;
  /*画像の幅*/
  height: 76px;
  /*画像の高さ*/
	background-image: url(/sol/pcc/N/special/231105_akuyakureijosuki/images/bara.png);
  background-size: contain;
  vertical-align: middle;
  margin-left: 8px;
}

/* ====================================
▼クールエリア▼
==================================== */

#cool {
  width: 100%;
  background-color: #101010;
	background-image: url(/sol/pcc/N/special/231105_akuyakureijosuki/images/moyou_cool.png);
}

/* ====================================
▼ピュアエリア▼
==================================== */

#pure {
  width: 100%;
  background-color: #7f98ff;
	background-image: url(/sol/pcc/N/special/231105_akuyakureijosuki/images/moyou_pure.png);
}

/* ====================================
▼ キュートエリア ▼
==================================== */

#cute {
  width: 100%;
  background-color: #ff4d95;
	background-image: url(/sol/pcc/N/special/231105_akuyakureijosuki/images/moyou_cute.png);
}